home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / bpatch / README < prev    next >
Text File  |  1995-05-03  |  2KB  |  29 lines

  1. Herewith find BPATCH - a marvelously utile utility.  While not of
  2. my original creation, I have been given permission to place in the
  3. public domain.  I have made substantial modifications to the original
  4. source given to me.  Specifically I cleaned it up a bit and made it
  5. work with SVR2 curses.  Personally, I think it's pretty neat.
  6.  
  7. OK - for those of you who may scream by now "WHAT THE HELL IS IT ALREADY?"
  8. I respond that it is a binary file editor and dump utility!  That's 
  9. right!  You can dump your file in the nicely laid out side-by-side
  10. hex and ascii format or you can actually EDIT it at your terminal!
  11. Yes, I have seen the BED editor that came across the network.
  12. Unfortunately, it converted the entire file before and after editing.
  13. Bpatch, on the other hand, works with one 256 byte page at a time.
  14. It is marvelously useful for looking at things like raw disk UNIFY
  15. databases and even raw disks!  While the man page may not be absolutely
  16. up to date, the online help is.  Try the question mark (?) command.
  17.  
  18. As always, I would love to hear about bugs/changes/enhancements/requests.
  19.     Steven List @ Benetics Corporation, Mt. View, CA
  20.     Just part of the stock at "Uncle Bene's Farm"
  21.     {cdp,engfocus,idi,oliveb,opusys,plx,pyramid,tolerant}!bene!luke!itkin
  22.  
  23. Addition by the moderator:
  24. I have added code, surrounded by #ifdef MOD_HAX, that gets bpatch
  25. (barely?) working on my 4.2 system.  I would be very interested in
  26. publishing a set of diffs that's less of a hack.  Oh yeah:  I also
  27. wrote the Makefile.
  28.     /Rich $alz
  29.